Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 177,102 for

document formatting

(0.84 sec)
  1. Aspose::Words::DocumentBuilder::InsertStructure...

    Aspose::Words::DocumentBuilder::InsertStructuredDocumentTag method. Inserts a StructuredDocumentTag into the Document in C++....StructuredDocumentTa into the document. System :: SharedPtr < Aspose...to simply insert structured document tag. auto doc = System ::...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. RevisionOptions.revised_properties_effect prope...

    RevisionOptions.revised_properties_effect property. Allows to specify the effect for content areas with changes of Formatting properties [RevisionType.FORMAT_CHANGE](../../../aspose.words/revisiontype/#FORMAT_CHANGE) Default value is [RevisionTextEffect.NONE](../../revisiontexteffect/#NONE)...changes of formatting properties RevisionType.FORMAT_CHANGE Default...appearance of revisions. doc = aw . Document ( file_name = MY_DIR + 'Revisions...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Setting Pivot Table Option - For Empty Cells Sh...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Select the Layout & Format tab. Select the For empty cells...Related Articles Formatting Pivot Tables AI Document Assistant Close...

    docs.aspose.com/cells/net/setting-pivot-table-o...
  4. Aspose Slides WaterFall Chart - Free Support Fo...

    Hello Team, We are using Aspose.Slides in our .Net Core application and trying to create ChartType.WaterFall by adding chart into slide using slide.Shapes.AddChart() method. We are facing issue in Formatting the number…... We are facing issue in formatting the numbers and currency...culture number and currency format in WaterFall chart dynamically...

    forum.aspose.com/t/aspose-slides-waterfall-char...
  5. Inserting and Deleting Rows and Columns of Exce...

    This article shows how to insert and delete rows and columns using the Aspose.Cells for JavaScript via C++ API....Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/javascript-cpp/inserting-...
  6. ConditionalStyleCollection.first_column propert...

    ConditionalStyleCollection.first_column property. Gets the first column style.... Document () builder = aw . DocumentBuilder...# Conditional styles are formatting changes that affect only...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ConditionalStyleCollection.bottom_left_cell pro...

    ConditionalStyleCollection.bottom_left_cell property. Gets the bottom left cell style.... Document () builder = aw . DocumentBuilder...# Conditional styles are formatting changes that affect only...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Font | Aspose.Words for Java

    Contains font attributes font name font size color and so on for an object in Java....the Working with Fonts documentation article. Remarks: You do...to format a run of text using its font property. Document doc...

    reference.aspose.com/words/java/com.aspose.word...
  9. GroupShape class | Aspose.Words for Python

    aspose.words.drawing.GroupShape class. Represents a group of shapes in a Document...Represents a group of shapes in a document. To learn more, visit the...Group Shape into a Word Document documentation article. Remarks A...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Some content cannot be replaced successfully Wh...

    Sample Code void Main() { InitCoreComponent(); var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo.docx"); foreach (Paragraph para in doc.GetChildNodes(NodeType.Paragraph, true)) { Range paraRange …...Net to replace a Word document Aspose.Words Product Family...var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo...

    forum.aspose.com/t/some-content-cannot-be-repla...